'Declaration Public Function New( _ ByVal Event As RoutedEvent, _ ByVal oldValue As T, _ ByVal newValue As T _ )
'Usage Dim Event As RoutedEvent Dim oldValue As T Dim newValue As T Dim instance As New PropertyChangedEventArgs(Of T)(Event, oldValue, newValue)
Parameters
- Event
- oldValue
- newValue